From 980aa79d896c01f23bf7145524d6507caa5ce9a1 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 26 Aug 2007 20:44:09 +0000 Subject: [PATCH] Scraggler from gperf commit. Store hashed key in per-token table. --- csv_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/csv_util.h b/csv_util.h index e8659a82b..ab29e3771 100644 --- a/csv_util.h +++ b/csv_util.h @@ -81,6 +81,7 @@ typedef struct field_map { char * key; char * val; char * printfc; + int hashed_key; int options; } field_map_t; -- 2.30.2